home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / CMCD0304.ISO / Software / Freeware / Programare / nullsoft / nsis20.exe / Contrib / Modern UI / Language files / English.nsh < prev    next >
Text File  |  2003-12-17  |  6KB  |  90 lines

  1. ;NSIS Modern User Interface - Language File
  2. ;Compatible with Modern UI 1.68
  3.  
  4. ;Language: English (1033)
  5. ;By Joost Verburg
  6.  
  7. ;--------------------------------
  8.  
  9. !insertmacro MUI_LANGUAGEFILE_BEGIN "ENGLISH"
  10.  
  11.   !define MUI_LANGNAME "English" ;Use only ASCII characters (if this is not possible, use the English name)
  12.   
  13.   !define MUI_TEXT_WELCOME_INFO_TITLE "Welcome to the $(^NameDA) Setup Wizard"
  14.   !define MUI_TEXT_WELCOME_INFO_TEXT "This wizard will guide you through the installation of $(^NameDA).\r\n\r\nIt is recommended that you close all other applications before starting Setup. This will make it possible to update relevant system files without having to reboot your computer.\r\n\r\n$_CLICK"
  15.   
  16.   !define MUI_TEXT_LICENSE_TITLE "License Agreement"  
  17.   !define MUI_TEXT_LICENSE_SUBTITLE "Please review the license terms before installing $(^NameDA)."
  18.   !define MUI_INNERTEXT_LICENSE_TOP "Press Page Down to see the rest of the agreement."
  19.   !define MUI_INNERTEXT_LICENSE_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to install $(^NameDA)."
  20.   !define MUI_INNERTEXT_LICENSE_BOTTOM_CHECKBOX "If you accept the terms of the agreement, click the check box below. You must accept the agreement to install $(^NameDA). $_CLICK"
  21.   !define MUI_INNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS "If you accept the terms of the agreement, select the first option below. You must accept the agreement to install $(^NameDA). $_CLICK"
  22.   
  23.   !define MUI_TEXT_COMPONENTS_TITLE "Choose Components"
  24.   !define MUI_TEXT_COMPONENTS_SUBTITLE "Choose which features of $(^NameDA) you want to install."
  25.   !define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_TITLE "Description"
  26.   !define MUI_INNERTEXT_COMPONENTS_DESCRIPTION_INFO "Hover your mouse over a component to see its description."
  27.   
  28.   !define MUI_TEXT_DIRECTORY_TITLE "Choose Install Location"
  29.   !define MUI_TEXT_DIRECTORY_SUBTITLE "Choose the folder in which to install $(^NameDA)."
  30.   
  31.   !define MUI_TEXT_INSTALLING_TITLE "Installing"
  32.   !define MUI_TEXT_INSTALLING_SUBTITLE "Please wait while $(^NameDA) is being installed."
  33.   
  34.   !define MUI_TEXT_FINISH_TITLE "Installation Complete"
  35.   !define MUI_TEXT_FINISH_SUBTITLE "Setup was completed successfully."
  36.   
  37.   !define MUI_TEXT_ABORT_TITLE "Installation Aborted"
  38.   !define MUI_TEXT_ABORT_SUBTITLE "Setup was not completed successfully."
  39.   
  40.   !define MUI_BUTTONTEXT_FINISH "&Finish"
  41.   !define MUI_TEXT_FINISH_INFO_TITLE "Completing the $(^NameDA) Setup Wizard"
  42.   !define MUI_TEXT_FINISH_INFO_TEXT "$(^NameDA) has been installed on your computer.\r\n\r\nClick Finish to close this wizard."
  43.   !define MUI_TEXT_FINISH_INFO_REBOOT "Your computer must be restarted in order to complete the installation of $(^NameDA). Do you want to reboot now?"
  44.   !define MUI_TEXT_FINISH_REBOOTNOW "Reboot now"
  45.   !define MUI_TEXT_FINISH_REBOOTLATER "I want to manually reboot later"
  46.   !define MUI_TEXT_FINISH_RUN "&Run $(^NameDA)"
  47.   !define MUI_TEXT_FINISH_SHOWREADME "&Show Readme"
  48.   
  49.   !define MUI_TEXT_STARTMENU_TITLE "Choose Start Menu Folder"
  50.   !define MUI_TEXT_STARTMENU_SUBTITLE "Choose a Start Menu folder for the $(^NameDA) shortcuts."
  51.   !define MUI_INNERTEXT_STARTMENU_TOP "Select the Start Menu folder in which you would like to create the program's shortcuts. You can also enter a name to create a new folder."
  52.   !define MUI_INNERTEXT_STARTMENU_CHECKBOX "Do not create shortcuts"
  53.   
  54.   !define MUI_TEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Setup?"
  55.   
  56.   
  57.   !define MUI_UNTEXT_WELCOME_INFO_TITLE "Welcome to the $(^NameDA) Uninstall Wizard"
  58.   !define MUI_UNTEXT_WELCOME_INFO_TEXT "This wizard will guide you through the uninstallation of $(^NameDA).\r\n\r\nBefore starting the uninstallation, make sure $(^NameDA) is not running.\r\n\r\n$_CLICK"
  59.   
  60.   !define MUI_UNTEXT_CONFIRM_TITLE "Uninstall $(^NameDA)"
  61.   !define MUI_UNTEXT_CONFIRM_SUBTITLE "Remove $(^NameDA) from your computer."
  62.   
  63.   !define MUI_UNTEXT_LICENSE_TITLE "License Agreement"  
  64.   !define MUI_UNTEXT_LICENSE_SUBTITLE "Please review the license terms before uninstalling $(^NameDA)."
  65.   !define MUI_UNINNERTEXT_LICENSE_BOTTOM "If you accept the terms of the agreement, click I Agree to continue. You must accept the agreement to uninstall $(^NameDA)."
  66.   !define MUI_UNINNERTEXT_LICENSE_BOTTOM_CHECKBOX "If you accept the terms of the agreement, click the check box below. You must accept the agreement to uninstall $(^NameDA). $_CLICK"
  67.   !define MUI_UNINNERTEXT_LICENSE_BOTTOM_RADIOBUTTONS "If you accept the terms of the agreement, select the first option below. You must accept the agreement to uninstall $(^NameDA). $_CLICK"
  68.   
  69.   !define MUI_UNTEXT_COMPONENTS_TITLE "Choose Components"
  70.   !define MUI_UNTEXT_COMPONENTS_SUBTITLE "Choose which features of $(^NameDA) you want to uninstall."
  71.   
  72.   !define MUI_UNTEXT_DIRECTORY_TITLE "Choose Uninstall Location"
  73.   !define MUI_UNTEXT_DIRECTORY_SUBTITLE "Choose the folder from which to uninstall $(^NameDA)."
  74.   
  75.   !define MUI_UNTEXT_UNINSTALLING_TITLE "Uninstalling"
  76.   !define MUI_UNTEXT_UNINSTALLING_SUBTITLE "Please wait while $(^NameDA) is being uninstalled."
  77.     
  78.   !define MUI_UNTEXT_FINISH_TITLE "Uninstallation Complete"
  79.   !define MUI_UNTEXT_FINISH_SUBTITLE "Uninstall was completed successfully."
  80.   
  81.   !define MUI_UNTEXT_ABORT_TITLE "Uninstallation Aborted"
  82.   !define MUI_UNTEXT_ABORT_SUBTITLE "Uninstall was not completed successfully."
  83.   
  84.   !define MUI_UNTEXT_FINISH_INFO_TITLE "Completing the $(^NameDA) Uninstall Wizard"
  85.   !define MUI_UNTEXT_FINISH_INFO_TEXT "$(^NameDA) has been uninstalled from your computer.\r\n\r\nClick Finish to close this wizard."
  86.   !define MUI_UNTEXT_FINISH_INFO_REBOOT "Your computer must be restarted in order to complete the uninstallation of $(^NameDA). Do you want to reboot now?"
  87.   
  88.   !define MUI_UNTEXT_ABORTWARNING "Are you sure you want to quit $(^Name) Uninstall?"
  89.   
  90. !insertmacro MUI_LANGUAGEFILE_END